All Questions
Tagged with asp.net-mvc-validationmodel-validation
2 questions
1vote
1answer
1kviews
ASP.NET MVC handling server side validation on jQuery form wizard/tabs
I'm working on a large form that I'm looking to improve the usability of by sectioning it into a jQuery form wizard (jQuery tabbed panels). I have already implemented both client-side validation and ...
4votes
2answers
1kviews
ASP.NET MVC Model Validation Error Localization Context
First of all, I have to say that I understand how Data Annotation -based Model Validation works in ASP.NET MVC4 and I have it successfully implemented with DataAnnotationsModelValidatorProvider. So I ...